home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 June
/
ccd0605.iso
/
Software
/
Freeware
/
Programare
/
highlight
/
highlight-W32GUI-2.2-10b-Setup.exe
/
{app}
/
langDefs
/
dylan.lang
< prev
next >
Wrap
Text File
|
2004-07-06
|
1KB
|
40 lines
# Dylan language definition file
#
# Author: Andre Simon
# Mail: andre.simon1@gmx.de
# Date: 15.4.2004
# ------------------------------------------
# This file is a part of highlight, a free source code converter released under the GPL.
#
# The file is used to describe keywords and special symbols of programming languages.
# See README in the highlight directory for details.
#
# New definition files for future releases of highlight are always appreciated ;)
#
# ----------
# andre.simon1@gmx.de
# http:/www.andre-simon.de/
$KW_LIST(kwa)=interface library macro method class function cleanup block afterwards
end constant variable generic primary begin method above below from by in instance
local slot subclass then to virtual if when select case else elseif unless finally
otherwise then for until while from to define let otherwise finally exception
handler signal import rename create use export exclude abstract concrete primary
inherited inline open sealed domain singleton
$TAG_DELIM(kwa)=< >
$KW_LIST(kwb)=module synopsis author copyright
$STRINGDELIMITERS=" '
$SL_COMMENT=//
$ML_COMMENT=/* */
$ALLOWNESTEDCOMMENTS=false
$ESCCHAR=\
$SYMBOLS= ( ) [ ] { } , ; : & | ! = / * % + -